home *** CD-ROM | disk | FTP | other *** search
/ SPACE 1 / SPACE - Library 1 - Volume 1.iso / apps / 211 / image.txt < prev    next >
Text File  |  1985-11-19  |  7KB  |  150 lines

  1.  
  2.                     Image Editor DA v0.65 Demo
  3.                          by Mike Bergman
  4.                           Copyright 1988
  5.  
  6.  
  7. WARNING:  This program only works in high resolution monchrome.  
  8. Attempts to use this on a color system is futile...but it won't 
  9. crash anything!  Maybe later versions will support medium 
  10. resolution...
  11.  
  12. Purpose :  To provide tool to edit monochrome .IMG files for 
  13. desktop publishing and related activities.
  14.  
  15. There are no less than three DTP programs and a "draw" program 
  16. that incorporates .IMG files and two scanners that have an 
  17. optional save funtion to .IMG format.  Degas and Degas Elite file 
  18. formats have become the standard for the Atari ST which weakens 
  19. the capabilities of the end-user.  Degas Elite is limited to 
  20. 640 x 400 dots per file whereas the .IMG format is only limited to 
  21. 35,535 x 35,535 dots per file regardless of the resolution or the
  22. number of colors used.
  23.  
  24. The accessory allocates a block of memory on start up.  The block 
  25. is used to hold brushes, fills, files and the actual image in 
  26. machine-specific format which is why the accessory scrolls as fast 
  27. as it does.  The default setting is 100K bytes.  The default can 
  28. be changed by installing a file called IMAGE.INF which hold an 
  29. ascii representation of the number of kilobytes to be allocated.  
  30. For instance, if "200" (without the quotes) is saved in the file 
  31. then 200K bytes will be allocated.
  32.  
  33.  
  34. Keycommands:
  35.  
  36. F1        Pencil    Allows you to draw freehand.  If the tip of 
  37.                     the pencil is on a black pixel it will draw 
  38.                     white.  If it is on a white pixel it will draw 
  39.                     black.
  40.  
  41. F2        Brush     There are twenty brushes available that enable 
  42.                     the user to edit the picture with pattern 
  43.                     overlays within the brush area.  The brushes 
  44.                     can be selected by pressing <ALT> a and 
  45.                     toggling through the "attributes".
  46.  
  47. F3        Fill      36 Standard Atari fill patterns can be used.
  48.                     The patterns can be "locked" where the fill 
  49.                     pattern will remain the same regardless of the 
  50.                     position of the window or the image in the 
  51.                     window, or it can be "unlocked" so that 
  52.                     patterns can be offset.
  53.  
  54. F4        Eraser    A pure eraser.  By selecting <ALT> 1 an 8x8 
  55.                     eraser is activated.  By selecting <ALT> 2 a 
  56.                     16x16 eraser can be used.  By selecting 
  57.                     <ALT> b the eraser becomes an inverted eraser 
  58.                     that erases white pixels from a black surface.
  59.                     <ALT> w changes it back to a white eraser.
  60.  
  61. F5        Lines     Allows the user to draw straight lines.  The 
  62.                     line pattern or line width can be changed by 
  63.                     toggling through the attributes.
  64.  
  65. F6        Ellipse   Hollow ellipses can be formed with this 
  66.                     function.  Circles can be made by pressing the 
  67.                     <ALT> key while pressing the left mouse 
  68.                      button.
  69.  
  70. F7        Boxes     Hollow rectangles can be formed with this 
  71.                     function.  Squares can be formed by pressing 
  72.                     the <ALT> key while pressing the left mouse 
  73.                     button. 
  74.  
  75. F8        Polygon   Polygons with 63 sides can be made with this 
  76.                     tool.
  77.  
  78. F9        Magnifier Sections of an image can be magnified by a 
  79.                     factor of 2, 4, 8, 16 or 32 by pressing 
  80.                     <ALT> 1-5.  To leave the magnifier, press 
  81.                     <Return> or click on the closer box or fuller
  82.                     box.
  83.  
  84. F10       Not Implemented.
  85.  
  86. All tools are implemented by pressing the left mouse button and 
  87. stop when the left mouse button is released with the exception of 
  88. the Polygon and the Magnifier.  By pressing the left button a 
  89. corner of the polygon is fixed in place.  Release the left button 
  90. to move the next side.  Press the right button to close the 
  91. polygon.
  92.  
  93. Esc, Undo           Erases the last command permanently.
  94.  
  95. <ALT> o             Restores the original image.  All editing to 
  96.                     that point is lost.
  97.  
  98. Arrow Keys          Scrolls 25 pixels at a time.  The window 
  99.                     arrows scroll one pixel at a time.  Paging 
  100.                     moves the images half a page at a time.
  101.  
  102. <ALT> s             Saves the image.  The original .IMG file is 
  103.                     saved as .BAK (not implemented on the demo 
  104.                     version).
  105.  
  106. <ALT> r             Reverses the image's colors.
  107.  
  108. <ALT> a             Allows the user to set attributes of the 
  109.                     lines, fills and brushes.  This is similar to 
  110.                     the command mode in UNIX vi.  It suspends all 
  111.                     editing activities until the user presses 
  112.                     <Return>.  Each attribute can be accessed by 
  113.                     pressing the left and right arrow keys.  Each 
  114.                     attribute can be changed by pressing the up 
  115.                     and down arrow keys on the cursor key pad.
  116.  
  117.  
  118. This is only a demo version.  The "Save" function does not work 
  119. and you can only look at .IMG files.  The "full" version will 
  120. allow you to load MacPaint and Degas Elite (uncompressed and 
  121. compressed) files and save them out to .IMG files.  Also, an 
  122. "Undo" function is implemented in the full version.  
  123.  
  124.      The full version is available from me for $25.  My address is 
  125. at the end of this document.
  126.      "Full version" is a misnomer.  You may find the keycommands 
  127. to a little harder to use than drop down menus.  Also, the tools 
  128. are somewhat primative (but a damn sight better than Super 
  129. Charger) and more powerful tools may be needed.
  130.      This will not be the final version of Image Editor DA.  The 
  131. next version will have dialog boxes and pattern menus and some 
  132. additional tools but I do not expect to finish it before the 1st 
  133. of March.  It is likely that the next version will be a commercial 
  134. product that will sell in the neighborhood of $40.
  135.      However, anyone who buys this now will be entitled all 
  136. versions of the DA up to and including the first commercial 
  137. release for a nominal cost (i.e.:  send me the original disk plus 
  138. return postage).  This offer expires 31 January 89.  
  139.      Questions and comments can be sent to me at the address below 
  140. or you contact me through the San Diego Atari Computer Enthusiasts 
  141. (SDACE) BBS at (619) 284-3821.
  142.  
  143.  
  144.                                         Mike Bergman
  145.                                         3368 Governor Dr. #F-223
  146.                                         San Diego, Ca. 92122
  147.  
  148.  
  149.  
  150.